mdk3: fix compile on platforms with VFP
authorFlorian Fainelli <[email protected]>
Tue, 20 May 2014 04:51:29 +0000 (04:51 +0000)
committerFlorian Fainelli <[email protected]>
Tue, 20 May 2014 04:51:29 +0000 (04:51 +0000)
commit78470dfc101a164ea8bed8488be5cd96aa8d8983
treef33a8f8310beb0ace75d607406521d0ce9ffb653
parentc0f46ce38d3ad76f44cb1735e9df5ec8cf6af986
mdk3: fix compile on platforms with VFP

buildbot reported error on platforms with VFP (sunxi,imx6,omap):
mdk3 uses VFP register arguments, /tmp/ccBN2WMD.o does not
mdk3 uses VFP register arguments, osdep/libosdep.a(osdep.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(network.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(linux.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(radiotap-parser.o) does not
mdk3 uses VFP register arguments, osdep/libosdep.a(common.o) does not
with failed to merge target specific data of file ...

CFLAGS were overwritten so append them instead

Signed-off-by: Dirk Neukirchen <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
SVN-Revision: 40789
net/mdk3/patches/020-Makefile_honour_CFLAGS_for_VFP.patch [new file with mode: 0644]